﻿@media screen and (max-width: 768px) {
    h3 {
        font-size: 20px !important;
    }
}

#cuerpo {
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

#titulo {
    text-align: center;
    padding:1rem;
}

#inner-page {
    text-align: center;
}
